﻿body {
    background-color:lightblue;
    font-family:Arial;
    font-size:larger;
	border-bottom:.6em blue solid;
	margin:15px;
}
footer {
    font-size: large;
    text-align:center;
    color: darkblue;
    font-family: Gisha cursive;
}
td.navigation {background-color:#9bd;
               color:red;
               border-radius:15px;
               padding:4px 2px 4px 2px;
               text-align:center;
               font-size:larger;
}
td.navigation-inquisitive-logo {
               color:red;
               border-radius:18px;
               text-align:center;
               margin-left:auto;
               margin-right:auto;  
}
nav {
    border: 12px groove #eee;
    outline-offset:10px;
    align-content:center;
    align-items:center;
    
}
comp-name {
	color:blue;
	font-style:italic;
	font-weight:bold;
}
address {
	color:blue;
	font-size:x-large;
}
td {
	border:3;
	border-color:blue;
}
p, h1, h2, h3  {
	
}